home *** CD-ROM | disk | FTP | other *** search
- # This file is an example for the group importing
- #------------------------------------------------
- #
- # The file is organized by rows and columns.
- # Each row defines a record.
- # Each column defines a attributes within a record.
- #
- # First row must be the column heading - "Group","PC Name","IP"
- # where:
- #
- # "Group" - First column specifies the group name
- # "PC Name" - Second column specifies the name of the PC
- # "IP" - Third column specifies the IP address ( or IP address range )
- #
- # Each subsequent row follows the above format to define groups.
- #
- # Note that you can only define by either "PC Name" or "IP", not both.
- #
- #
- # '#' at the first column specifies a comments line and will be ingored.
- #
- #
- #
- # Following is an anotated example of different ways to define groups.
- # ====================================================================
- #
- #"Group","PC Name","IP" << Required heading >>
- #
- #"NetAdmin" ,"","38.170.72.80 - 38.170.72.88" << case 1: define by IP range >>
- #
- #"Sales" ,"Dan_nt401" ,"" << case 2: define by machine name >>
- #"Marketing" ,"Dan_Admin" ,""
- #"Sales" ,"Dan_nt402" ,""
- #"Marketing" ,"Dan_Marketing" ,""
- #
- #"Accounting" ,"" ,"38.170.72.80" << case 3: define by IP address >>
- #"Accounting" ,"" ,"38.170.72.80"
- #"Accounting" ,"" ,"38.170.72.81"
- #
- #<< Note that duplicated machine name or IP will not be added twice >>
- #
- #
- # Following is the actual example
- # ===============================
-
- "Group" ,"PC Name" ,"IP"
- "NetAdmin" ,"" ,"38.170.72.80 - 38.170.72.88"
- "Sales" ,"Dan_nt401" ,""
- "Marketing" ,"Dan_Admin" ,""
- "Sales" ,"Dan_nt402" ,""
- "Marketing" ,"Dan_Marketing" ,""
- "Accounting" ,"" ,"38.170.72.80"
- "Accounting" ,"" ,"38.170.72.80"
- "Accounting" ,"" ,"38.170.72.81"
-